//==============================================================================
// Ostrich_anim.txt
//==============================================================================

                           ____________________________________
                          |                                    |
                          |      Created by Cannibalh          |
                          |____________________________________|


//==============================================================================
define setGlow
{
   SetSelector
   {
		civilizationLogic none/set
		set hotspot
		{
			version
			{
			  Visualnone jimmy
			}
		}
		set hotspot
		{
			version
			{
			  Visualparticle SFX E Set Gaia animal large
			}
		}		    
   }
}

//==============================================================================
anim Idle
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            VisualGranny Ostrich_Idle
				Length 3.00
				connect hitpointbar SetGlow hotspot
         }
      }
   }
}

//==============================================================================
anim Bored
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            VisualGranny Ostrich_Boreda
				connect hitpointbar SetGlow hotspot
         }
      }
   }
}

//==============================================================================
anim Death
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            VisualGranny Ostrich2_Death
				Length 1.90
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag SpecificSoundSet 0.45 false HeavyFall checkVisible 
//-- end auto generated section
				connect hitpointbar SetGlow hotspot
         }
      }
      
   }
}

//==============================================================================
anim Walk
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            VisualGranny Ostrich_Run
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag FootstepLeft 0.30 true   
            tag FootstepRight 0.80 true   
//-- end auto generated section
				connect hitpointbar SetGlow hotspot 
         }
      }
   }
}

//==============================================================================
anim Run
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            VisualGranny Ostrich_Run
				connect hitpointbar SetGlow hotspot
         }
      }
   }
}

//==============================================================================
anim Attack
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            VisualGranny Ostrich3_Attack01
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag Attack 0.69 true   
            tag GenericSound 0.01 true   
//-- end auto generated section
				connect hitpointbar SetGlow hotspot
         }
      }
   }
}

//==============================================================================
anim Flail
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            VisualGranny ostrich_idle
				connect hitpointbar SetGlow hotspot
         }
      }
   }
}
